extends AbstractResource
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| createDate | Date | ||
| modifiedDate | Date | ||
| uniqueId | String | ||
| name | String | ||
| parent | ContentDirectoryResource | ||
| accessControlList | Map | Get all allowed priviledges for all principals on this resource. Note that a principal might be a user, a group, or a built-in webdav group such as AUTHENTICATED | |
| comments | List | Return the stream of comments for this resource | |
| numComments | int | Returns the number of comments made for this resource | |
| newComment | String | This is just here to make newComment a bean property | |
| hash | String | ||
| modifiedBy | Profile | ||
| branch | Branch | ||
| repository | Repository | ||
| ownerProfile | Profile | The profile who directory owns this resource, ie the repository its in . Or return null if there is no definitive owner |
Hide comments